+Thu Jun 10 22:12:26 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkmain.c (gtk_parse_args): Typo fix.
+
2004-06-10 Federico Mena Quintero <federico@ximian.com>
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
+Thu Jun 10 22:12:26 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkmain.c (gtk_parse_args): Typo fix.
+
2004-06-10 Federico Mena Quintero <federico@ximian.com>
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
+Thu Jun 10 22:12:26 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkmain.c (gtk_parse_args): Typo fix.
+
2004-06-10 Federico Mena Quintero <federico@ximian.com>
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
+Thu Jun 10 22:12:26 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkmain.c (gtk_parse_args): Typo fix.
+
2004-06-10 Federico Mena Quintero <federico@ximian.com>
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
}
/**
- * gdk_parse_args:
+ * gtk_parse_args:
* @argc: a pointer to the number of command line arguments.
* @argv: a pointer to the array of command line arguments.
*
* attributes of GTK+, but does not actually open a connection
* to a display. (See gdk_display_open(), gdk_get_display_arg_name())
*
- * Any arguments used by GTK or GDK are removed from the array and
+ * Any arguments used by GTK+ or GDK are removed from the array and
* @argc and @argv are updated accordingly.
*
* You shouldn't call this function explicitely if you are using